shout3d.core
Class WorldInfo

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.WorldInfo

public class WorldInfo
extends Node

WorldInfo. Contains information about the model in the VRML or Shout3D file.


Field Summary
 StringArrayField info
           
 StringField title
           
 
Constructor Summary
WorldInfo()
           
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

info

public final StringArrayField info

title

public final StringField title
Constructor Detail

WorldInfo

public WorldInfo()